Properties of the TBlob class.
For a complete list of the TBlob class members, see the TBlob Members topic.
Public
Name | Description |
AsString |
Used to manipulate BLOB value as string.
|
AsWideString |
Used to manipulate BLOB value as Unicode string.
|
IsUnicode |
Gives choice of making TBlob store and process data in Unicode format or not.
|
RefCount (inherited from TSharedObject) |
Used to return the count of reference to a TSharedObject object.
|
Size |
Used to learn the size of the TBlob value in bytes.
|
See Also